/* NIDDK Web Parts */

.ms-WPBody a:link {
	text-decoration: none;
	color: #004b8d;
}
.ms-WPBody a:visited, .ms-WPBody a.visited {
	text-decoration: underline;
	color: #CB5A24;
}
.ms-WPBody a:hover {
	text-decoration: none;
	color: #69B2EF;
}
.ms-WPBody, .ms-WPBody td {
	font: 12px/1.4em arial, verdana, sans-serif;
	color: #333;
}
.ms-WPTitle, .ms-WPTitle a {
	font-size: 13px;
	font-weight: bold;
	color: #004B8D;
	margin-bottom: 0;
}
.ms-WPBorder, .ms-WPBorderBorderOnly {
   border-color: #A0A0A0;
}
.ms-WPHeader td, .ms-fakewptitle {
	border: none;
}
.ms-vb {
	font: 12px/1.4em arial, verdana, sans-serif;
	color: #333;	
}
.maincontent select {
	font: 13px arial, verdana, sans-serif;
}

/* Award Slots */

.awardslotsspace {
	margin: 10px 0 0;
	display: block;
}
.awardselect {
	position: relative;
	top: -9px;
}

/* Global Table Style */

.niddktablestyle, .awardslottable {
	clear: both;
	font: 13px arial, verdana, sans-serif;
	border-bottom: 1px solid #000;
}
.niddktablestyle a:link, .awardslottable a:link, .niddkTable-default a:link, .niddkTable-default2 a:link, .niddkTable-default3 a:link {
	text-decoration: underline;
}
.awardslottable {
	border: none;
	width: 100%;
}
.ms-WPBody .pagination a:link, .ms-WPBody .pagination a:visited, .pagination a:link, .pagination a:visited {
	color: #000;
	text-decoration: none;
}
.pagination {
    font: 13px arial, verdana, sans-serif;
	margin: 5px 0;
	overflow: hidden;
}
.pagination td {
	border: none !important;
}
.pagination a:link {
	text-decoration: underline;
}
.pagination td[align="center"] a:link {
	text-decoration: none;
}
.pagination span {
	color: #fff;
	background-color: #004a8d;
	padding: 1px;
}
.paginationwithsort {
	overflow: hidden;
}
.paginationwithsort .sort {
	width: 24%;
	float: left;
	margin: 5px 0;
}
.paginationwithsort .pagination {
	width: 75%;
	float: right;
}
.ms-WPBody .niddktablestyle th, .niddktablestyle th, .awardslottable th {
	font: bold 13px arial, verdana, sans-serif;	
	background-color: #004a8d !important;
	text-align: left;
	color: #fff;
	border-right: 1px solid #cecece;
	padding: 6px;
}
.awardslottable th {
	border: 1px solid #cecece;
}   
.niddktablestyle th a, .niddktablestyle th a:visited, .niddktablestyle th a:hover, .niddktablestyle th a:active, .awardslottable th a {
	color: #fff !important;
	text-decoration: none !important;
}
.ms-WPBody .niddktablestyle td, .niddktablestyle td, .awardslottable td {
	font: 13px arial, verdana, sans-serif;
	color: #000;	
	border-right: 1px solid #cecece;
	padding: 6px;
	vertical-align: top;
}
.awardslottable tr.pagination td {
	padding: 0px;
}
.awardslottable tr.pagination td td {
	padding: 3px;
}
.niddktablestyle td {
	vertical-align: top;
}
.awardslottable td {
	border: 1px solid #cecece;
}
.ms-WPBody .niddktablestyle td a, .niddktablestyle td a, .awardslottable td a {
	color: #004b8d;	
	text-decoration: underline;
}
.ms-WPBody .niddktablestyle td a:visited,
.ms-WPBody .niddktablestyle td a.visited {
	text-decoration: underline;
	color: #CB5A24;
}
.ms-WPBody .niddktablestyle td a:hover {
	text-decoration: underline;
	color: #69B2EF;
}
.curpage {
	color: #fff;
	background-color: #004a8d;
	padding: 1px;
}
.zebra {
	background-color: #dedede;
}
.noborder {
	border: none !important;
}
.hand {
	cursor: pointer;
}
td.rich-text-desc p:first-child {
	margin-top: 0;
}

/* Funding Opportunity Lightbox */

.niddklightbox, .niddklightbox td { 
	font: 13px arial, verdana, sans-serif; 
}
.niddklightbox h4 { 
	font-size: 14px; clear: both; 
}
.fundingopstitle { 
	font-size: 12px; 
}
.niddklightbox a, .niddklightbox a:visited { 
	color: #004b8d; 
}
.niddklightbox a:hover {
	color: #69B2EF;
}
.lightboxtable td { 
	vertical-align: top; 
}
.close { 
	clear: both; 
}
.close p { 
	margin: 0; 
}

/* Filters */

.filter {
	height: 160px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px;
	border: 1px solid #b1b1b1;
}
.filterbutton {
	margin-top: 10px;
}
.fundingoppstitle {
	font-weight: bold;
}
.filtertitle {
	margin-bottom: 3px;
}
.ms-WPBody .showall a, .ms-WPBody .showall a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #004a8d;
}
.ms-WPBody .filter td {
	font: 12px arial, verdana, sans-serif;
	color: #444444;
}
.checkedfilter {
	background-color: #b4d9a0;
}
.fundingsearch {
	width: 100px;
	height: 20px;
	border: 1px solid #a0a0a0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.tooltipsy {
	padding: 10px;
	max-width: 350px;
	color: #303030;
	background-color: #dedede;
	border: 1px solid #004a8d;
	font: 11px arial, verdana, sans-serif;
}
.tooltipsy a {
	color: #004B8D;
}

/* Nested Filter */

.newsfilter {
	font: 12px "Trebuchet MS", arial, sans-serif;
	color: #312e2d;
	margin-bottom: 5px;
}
.newsfilter .nestedfilter {
	border-color: #766f6f;
}
@media screen and (-moz-images-in-menus: 0), (-webkit-min-device-pixel-ratio: 0) {
	.newsfilter input[type="checkbox"], .newsfilter input[type="radio"] {
		vertical-align: top;
	}
	.newsfilter input[type="radio"] {
		margin-top: 0;
	}
}
.nestedfilter {
	height: 150px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px;
	border: 1px solid #b1b1b1;
}
.nestedfilter ul {
	margin: 0;
	padding-left: 0;
}
.nestedfilter li {
	list-style-type: none;
}
.nestedfilter ul ul {
	background-color: #FFF;
}
.nestedfilter li li {
	padding-left: 20px;
}
.nestedfilter li div {
	display: table-row;
}
.nestedfilter li input {
	display: table-cell;
}
.nestedfilter li label {
	display: table-cell;
	padding: 2px 0;
}
.staticfilter .nestedfilter {
  overflow: hidden;
  height: auto;
}
.staticfilter .daterange {
  display: block;
  margin-left: 21px;
}
.staticfilter .daterange label {
  display: block;
}
.staticfilter .daterange input {
  display: inline-block;
  width: 80px;
  font-size: 0.9em;
}

/* Tabs */

.ui-tabs-nav {
	margin : 0px 0px 0px 0;
	padding: 0px 6px 0 6px;
	border-bottom: 2px solid #CFCFCF;
	overflow: hidden;
}
.ui-tabs-panel {
	clear: both;
	padding: 20px;
	background: #fff;
}
.ui-tabs-nav li {
	list-style: none;
	margin: 0 1px 0 0;
	padding: 0;
	float: left;
	text-align: center;
	border: solid #e1e0dc;
	border-width: 3px 1px 0 1px;
}
.ui-tabs-nav a {
	background: #668f45; /* Old browsers */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
	background: -moz-linear-gradient(top,  #668f45 0%, #41662c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668f45), color-stop(100%,#41662c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #668f45 0%,#41662c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #668f45 0%,#41662c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #668f45 0%,#41662c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #668f45 0%,#41662c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#668f45', endColorstr='#41662c',GradientType=0 ); /* IE6-8 */
	display: block;
	padding: 5px 5px 0 5px;
	color: #fff !important;
	text-decoration: none !important;
	font: 12px arial, verdana, sans-serif;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	min-width: 105px;
	min-height: 20px;
}
.eligopp li {
	display: table-row;
}
.eligopp a {
	height: 45px;
	display: table-cell;
	vertical-align: middle;
}
.ui-tabs-nav li.ui-tabs-selected {
	-webkit-box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.37);
	-moz-box-shadow:    -1px -2px 3px rgba(0, 0, 0, 0.37);
	box-shadow:         -1px -2px 3px rgba(0, 0, 0, 0.37);
}
.ui-tabs-nav li.ui-tabs-selected a {
	color: #000 !important;
	background: #fff none !important;
	filter: none;
}
.ui-tabs-hide {
	display: none;
}
.eligopp {
	overflow: hidden;
	margin-bottom: 5px;
}
.eligopp li {
	max-width: 115px;
}

/* Wizard */

.wizard {
	width: 720px;
	height: 168px;
	background: transparent url('../../Style%20Library/Images/niddk/wizardbg.png') no-repeat;
	padding-top: 5px;
	margin-top: 10px;
}
.wizard img {
	margin: 5px 15px 0 10px;
}
.wizard h3 {
	margin: 5px 10px 5px 0;
}
.wizard p {
	margin-right: 8px;
}
.wizard .buttons {
	margin-top: 0;
	margin-right: 25px;
}
.ms-WPBody .buttons a:link, #mainwrapper .ms-WPBody .buttons a:visited, .inputbuttons input {
	font: 13px arial, verdana, sans-serif;
	color: #4d4d4d;
	border: 1px solid #a7b3a0;
	padding: 4px;
	background: #fcfcfc;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#cccccc 100%);	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#cccccc',GradientType=0 );
	display: inline-block;	
	text-decoration: none;
}
#mainwrapper .ms-WPBody .buttons a:hover, #mainwrapper .ms-WPBody .buttons a:active, .inputbuttons input:hover {
	color: #333333;
	background: #fcfcfc;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #646568 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#646568));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#646568 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#646568 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#646568 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#646568 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#646568',GradientType=0 );
	text-decoration: none;
}
.question {
	padding-left: 20px;
	width: 700px;
}
.yes {
	margin-right: 13px;
}
/*.awardslottable {
  table-layout: fixed;
}
.awardslottable td.name {
  width: 240px;
}
.awardslottable td.title {
  width: 220px;
}
.awardslottable td.contactinfo {
  width: 245px;
}*/

/* Staff Search */

.searchinput {
	width: 120px;
	height: 19px;
	border: 1px solid #808080;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.ie .maincontent .searchinput + input {
	margin-top: 13px;
}
.maincontent .searchinput + input {
	margin-top: 11px;
}
.rightcolumn .searchinput + input {
	margin-top: 0 !important;
}

/* NIH Resources */

.nihresources h3, .grantlinks h3, .meetevents h3  {
	font: 16px "Trebuchet MS", "Trebuchet", arial, sans-serif !important;
	margin-bottom: 0;
	min-height: 24px;
	font-weight:bold !important;
	color: #333333;
	padding-left: 45px !important;
}
.wparthead{
	font-family: "Trebuchet MS","Trebuchet",arial,sans-serif;
	font-size:16px !important;
	font-weight:bold;
	color: #333333;
}
.meetevents {
	width: 190px;
}
.whead {
	display: table;
}
.wparthead {
	margin-top: 0;
	display: table-cell;
	padding-left: 0;
	min-height: 5px;
	vertical-align: top;
}
.wpartimage {
	display: table-cell;
}
.nihresources h3 {
	background: transparent url('../../Style%20Library/Images/niddk/nihresourcestitle.png') no-repeat center left;
	padding-top: 10px;
}
.grantlinks h3 {
	background: transparent url('../../Style%20Library/Images/niddk/grantlinkstitle.png') no-repeat center left;
}
.meetevents h3 {
	background: transparent url('../../Style%20Library/Images/niddk/meetingsevents.png') no-repeat center left;
	min-height: 40px;
	width: 150px;
}
.nihresources ul, .grantlinks ul, .meetevents ul {
	margin-left: 0;
	padding-left: 15px;
}
.nihresources li, .grantlinks li, .meetevents li, .doublespacedlist li {
	margin-bottom: 10px;
}
.meetevents li {
	font-style: italic;
	color: #333;
}
.meetevents p {
	text-align: right;
}

/* Taxonomy Filter */

.ms-TPSectionTD .ms-taxonomy-width  {
	width: 200px; 
}

/* Staff Contacts */

.staffcontacts {
	color: #231f20;
	max-width: 155px;
}
.staffarea {
	background-color: #dedede;
	padding: 2px 4px;
}
.staffcontacts ul {
	margin-left: 0;
	padding-left: 5px;
}
.staffcontacts li {
	list-style-type: none;
	margin-bottom: 8px;
}
.staffcontacts a {
	color: #004b8d !important;
}
.staffcontacts a:hover {
	color: #69B2EF !important;
}
.staffcontacts a.sc-email:after {
	content: '';
	display: inline-block;
	background: transparent url('../../Style%20Library/Images/niddk/emailstaff.png') no-repeat top left;
	width: 16px;
	height: 11px;
	margin-left: 3px;
	vertical-align: middle;
}
#s4-leftpanel .ms-WPHeader, .rightcolumn .ms-WPHeader,
#bottomHiddenMobile .ms-WPHeader {
	background: transparent url('../../Style%20Library/Images/niddk/webpartgradient.png') no-repeat bottom left;
}
#s4-leftpanel .ms-WPTitle, .rightcolumn .ms-WPTitle,
#bottomHiddenMobile .ms-WPTitle {
	padding-bottom: 8px;
}
#s4-leftpanel .ms-wpTdSpace, .rightcolumn .ms-wpTdSpace,
#bottomHiddenMobile .ms-wpTdSpace {
	display: none;
}
#s4-leftpanel .ms-wpContentDivSpace, .rightcolumn .ms-wpContentDivSpace,
#bottomHiddenMobile .ms-wpContentDivSpace {
	margin-left: 0;
}
#s4-leftpanel .ms-WPTitle, .rightcolumn .ms-WPTitle,
#bottomHiddenMobile .ms-WPTitle {
	font: 16px "Trebuchet MS","Trebuchet",arial,sans-serif;
	font-weight:bold;
	color: #333333;
	overflow: visible !important;
	text-align: left !important;
}
#s4-leftpanel .ms-WPHeader td, .rightcolumn .ms-WPHeader td,
#bottomHiddenMobile .ms-WPHeader td {
	border-bottom: none;
}
.staffcontact-col {
	margin: 0;
	width: 225px;
	float: left;
	margin-right: 10px;
	margin-bottom: 13px;
}
.staffcontact-col a, .staffcontact-col span {
	width: 100%;
	display: inline-block;
}
.staffcontact-col .last {
	margin-bottom: 5px;
}

/* Staff Contacts - Editor */

.ms-rtestate-write.ndk-show-fields .ndk-person-ctr {
	background-color: #DDD;
	border: dotted 1px #F90;
}
.ms-rtestate-write.ndk-show-fields .ndk-person-fld {
	background-color: #FDD;
}
.ms-rtestate-write.ndk-show-fields .ndk-person-lnk {
	background-color: #DFD;
}
.ms-rtestate-write .ndk-person-ctr.ndk-person-unknown {
	border: solid 1px #D00;
}

/* Staff Search */

.staffsearchform {
	width: 340px;
	height: 50px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.staffsearchform input {
	width: 225px;
	height: 20px;
	background: #fff url("../../_layouts/images/bgximg.png") repeat-x scroll 0 -511px;
	border: 1px solid #E3E3E3;
}
.staffsearchform.phone i {
  color: #666666;
  display: inline-block;
  font-size: 12px;
  margin-left: 95px;
}
a.gridSortLink img {
  border: 0px none;
}
.firstname input {
	margin-left: 18px;
}
.keyword input {
	margin-left: 6px;
}
.staffsearch .staffinput {
	width: 541px;
	text-align: right;
	height: 50px;
}
.inputbuttons input {
	cursor: pointer;
}
.phone, .keyword {
	height: 25px;
}
.staffsearch input[value="Clear"] {
	margin-left: 10px;
}
.maincontent .searchinput + input {
	margin-top: 11px;
}
.rightcolumn .searchinput + input {
	margin-top: 0 !important;
}

/* Toggles */

.niddktoggle {
	border: 1px solid #000;
	padding: 2px 5px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 4px #6b6b6b;
}
.niddktoggle h3.title {
	margin: 5px 5px 5px 2px;
}
.niddktoggle h3.title a,
.niddktoggle h3.title a:link,
.niddktoggle h3.title a:visited,
.niddktoggle h3.title a:active {
	display: block;
	line-height: 18px;
	background: transparent url('../../Style%20Library/Images/niddk/tabclosed.png') no-repeat 0 0;
	padding-left: 25px;
	color: #000;
}
#mainwrapper .niddktoggle h3.title a:hover {
  color: #000;
  text-decoration: none;
}
.niddktoggle.toggled h3.title a {
	background-image: url('../../Style%20Library/Images/niddk/tabopen.png');
}
.toggle-controls {
    margin: 6px 0;
    text-align: right;
}

/* Health Statistics */

.wpartshadow .s4-wpTopTable {
	border: 1px solid #000;
	box-shadow: 2px 2px 4px #6b6b6b;
}
.healthstatistics h3 {
	color: #333;
	font: bold 13px arial, verdana, sans-serif;
	cursor: pointer;
	padding-top: 8px;
}
 
/* Social Media and Follow Us */

.socialicon {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: transparent url('../../Style%20Library/Images/niddk/social_sprites.png') no-repeat scroll 0 -64px;
	margin-right: 4px;
	vertical-align: middle;
}
.socialmediagroups {
	margin-top: 20px;
}
.socialmediagroups .socialicon {
	margin-top: -2px;
}
.socialmediagroups .toggledcontent {
	margin-left: 25px;
	color: #333;
}
.socialmediagroups .accounttitle {
	font-size: 1.1em;
	margin-top: 2px;
	font-weight: bold;
}
.socialmediagroups .toggledcontent p {
	margin-top: 2px;
}

/* Social Media Web Part */

.socialwp {
	padding-left: 0;
	margin-left: 0;
}
.socialwp li {
	list-style-type: none;
	margin-bottom: 7px;
	position: relative;
	padding-left: 20px;
}
.socialwp span[linkid] {
	background-image: none !important;
}
.socialwp .sociallnk:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	background: transparent url('../../Style%20Library/Images/niddk/social_sprites.png') no-repeat 0 0;
}
.socialwp .facebook .sociallnk:before { background-position: 0 0; }
.socialwp .twitter .sociallnk:before { background-position: 0 -96px; }
.socialwp .linkedin .sociallnk:before { background-position: 0 -16px; }
.socialwp .blog .sociallnk:before { background-position: 0 -160px; }
.socialwp .rss .sociallnk:before { background-position: 0 -112px; }
.socialwp .radio .sociallnk:before { background-position: 0 -144px; }
.socialwp .share .sociallnk:before { background-position: 0 -176px; }
.socialwp .slideshare .sociallnk:before { background-position: 0 -80px; }
.socialwp .youtube .sociallnk:before { background-position: 0 -128px;	}

/* RTCD Arrow */

.arrow {
	position: relative;
	display: block;
	width: 520px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.arrow ul {
	list-style-type: none;
	padding: 0;
}
.arrow li {
	display: inline; 
	outline-style: none;
}
.arrow li a {
	position: relative;
	display: block;
	float: left !important;
	width: 84px;
	height: 58px;
	margin-right: -8px;
	margin-top: 17px;
	padding: 8px 0px;	
	text-align: center;	
	color: #FFF !important;
	text-decoration: none !important;
	outline-style: none;
	clear: right;
}
.arrow li a:first-line {
	line-height: 18px;
}
.arrow li a:visited {
	outline-style: none;
}
.arrow li span {
	margin-left: 6px; 
}
.arrow li.arrow-1 a {
	background: url(../../Style%20Library/Images/niddk/arrow-1.png) top left no-repeat;
}
.arrow li.arrow-2 a {
	margin-left: -1px;
	background: url(../../Style%20Library/Images/niddk/arrow-2.png) top left no-repeat;
}
.arrow li.arrow-3 a {
	margin-left: -1px;
	background: url(../../Style%20Library/Images/niddk/arrow-3.png) top left no-repeat;
}
.arrow li.arrow-4 a {
	margin-left: -1px;
	background: url(../../Style%20Library/Images/niddk/arrow-4.png) top left no-repeat;
}
.arrow li.arrow-5 a {
	background: url(../../Style%20Library/Images/niddk/arrow-5.png) top left no-repeat;
}
.arrow li a:hover {
	background: url(../../Style%20Library/Images/niddk/arrow-hover.png) top left no-repeat;
	text-decoration: none;
}
.arrow li.arrow-1 a:hover {
	background: url(../../Style%20Library/Images/niddk/arrow-1-hover.png) top left no-repeat;
}
.arrow li.arrowHead a {
	width: 96px;
	height: 76px;
	margin-left: 0;
	text-indent: -12px;
	margin-top: 0px;
	padding-top: 24px;
	margin-left: -1px;
	background: url(../../Style%20Library/Images/niddk/arrow-6.png) top left no-repeat;
}
.arrow li.arrowHead a:hover {
	width: 96px;
	height: 76px;
	background: url(../../Style%20Library/Images/niddk/arrow-6-hover.png) top left no-repeat;
}

/* Landing Page News/Event Rollup */

.landingnews {
	height: 250px;
	padding: 10px;
	/*overflow: hidden;*/
	overflow: hidden;
	background: #d2d2d2;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
	background: -moz-linear-gradient(top, #ffffff 0%, #d2d2d2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d2d2d2));
	background: -webkit-linear-gradient(top, #ffffff 0%,#d2d2d2 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#d2d2d2 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#d2d2d2 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#d2d2d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 );
}
.landingnews.newsreusable {
	overflow: auto;
	overflow-x: hidden;
}
.landingnews h3, h3.landingheader {
	color: #cb5a24;
	font: 21px "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}
.newsstory {
	display: inline-block;
	margin-bottom: 8px;
	width: 340px;
	color: #100000;
	font-style: italic;
}
.rightedge .landingnews {
	width: auto; /*180px;*/
	margin-right: -7px;
}
.rightedge .newsstory {
	width: auto;
}
.newsstory a:link {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #004b8d;
}
.newsstory img {
	float: left;
	margin-right: 10px;
	max-width: 42px;
	max-height: 41px;
}
.landingnews p {
	clear: both;
}
.landingnews p a:link {
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
.morenews {
	font-weight: bold;
	margin-top: 0;
	text-align: right;
}

/* Feature Boxes */

.ie .vfeaturedbox, .ie .hfeaturedbox, .ie .homehealth, .ie .shadowbox {
	background: transparent url('../../Style%20Library/Images/niddk/faux_shadow.png') repeat-x bottom left;
	border-bottom: 2px solid #a0a0a0;
	border-right: 2px solid #a0a0a0;
}
.vfeaturedbox {
	border: 1px solid #a0a0a0;
	padding: 0 25px 20px 25px;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .3);
	font-size: 13px !important;		
}
.hfeaturedbox {
	border: 1px solid #a0a0a0;
	padding: 5px;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .3);		
	font-size: 13px !important;	
	margin-right:5px;
}
.shadowbox {
	overflow: hidden;
	border: 1px solid #a0a0a0;
	padding: 5px;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .3);
}
.vfeaturedbox img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.vfeaturedbox h4 {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #004B8D;
}
.hfeaturedbox h4 {
	margin-top: 5px;
	margin-bottom: 3px;
}
.hfeaturedbox p {
	margin-top: 3px;
}
.vfeaturedbox h4 a:link, .hfeaturedbox h4 a:link, .vfeaturedbox h4, .hfeaturedbox h4 {
	color: #004b8d;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 13px arial, verdana, sans-serif;
}
.vfeaturedbox h4 a:hover, .hfeaturedbox h4 a:hover {
	color: #69B2EF !important;
	text-decoration: underline;
}
.hfeaturedbox img {
	float: left;
}

/* Lab/Branches Tables */

.labbranchtable {
	width: 90%;
}
.niddkElement-h4 span {
	font: bold 12px arial, verdana, sans-serif;
	color: #000;
}
.labbranchtable thead { 
	position: absolute; 
	top: -50px; 
}
.labbranchtable th { 
	text-align: left; 
	font-weight: normal; 
	padding-right: 30px; 
}
.labbranchtable th, .labbranchtable td { 
	border-bottom: 1px solid #c5c5c5; 
	line-height: 2em;
}
.labbranchtable td {
	padding-right: 12px;	
}
.labbranchtable a:link {
	font: 13px arial, sans-serif;
	text-decoration: none;
}
.labBranchContent .ms-rtestate-field{
	margin-bottom:20px;
}
.labBranchContent h2{
	margin-bottom:3px;
}
.LabBranchPI{
	display:table;
}
.labBranchContent .s4-wpcell-plain {
	padding-bottom:15px;
	display:block;
}
.labBranchContent .ms-PartSpacingVertical {
	margin:0;
}
.labBranchContent .labBranchTitle .ms-WPBody{
	margin-bottom: 0px !important;
}
/* Floating Pics on Research Page */

.landingpic {
	float: right;
	width: 121px;
	text-align: center;
	margin-right: 50px;
	font-weight: bold;
}
.landingpic img {
	display: block;
	margin-bottom: 10px;
}
.landingpic a:link {
	font-weight: normal;
}

/* Key Staff Page */

.keyofficetable td {
	padding-top: 5px;
}
.topoffice {
	width: 350px;
}
.keyoffice {
	width: 325px;
	margin: 0 auto;
}
.keyoffice img {
	float: left;
}

/* Publications Table */

.pubtable  {
	border: 1px solid #000; 
}
.pubtable th  {
	position: absolute; 
	top: -500px; 
}

/* Strategic Reports Table */

.reportsplans {
	padding: 15px;
	border-top: 1px solid #679146;
	border-bottom: 1px solid #679146;
}
.council .cover {
	width: 125px;
}
.cover {
	width: 100px;
	display: inline-block;
	margin-right: 35px;
	padding-bottom: 10px;
	vertical-align: top;
	*zoom: 1; 
	*display: inline; 
	_height: 30px;
}
.cover img {
	display: block;
	margin-bottom: 5px;
	max-width: 100px;
	max-height: 128px;
}

.cover h4 { font-weight: bold; }
.cover h4 a:link{
	text-decoration:none;
	font-size: 13px;
}
.cover a:link {
	color: #004b8d;
}

/* Lab/Branch Site */

.picol {
	float: left;
}
.picell {
	padding: 5px 0;
	border-bottom: 1px solid #c5c5c5; 
	width: 200px;
}
.labsection {
	border-bottom: 1px solid #c5c5c5;
	overflow: hidden;
}
.labsection .niddkElement-h4 {
	margin-bottom: 10px;
}
.piname {
	margin-bottom: 0;
}
.piname + p {
	margin-top: 0;
}
.labsection img {
	float: left;
	margin: 7px 7px 7px 0;
}
.noborder {
	border: none !important;
}
.contentlist li.labtitle {
	list-style-type: none;
	font-weight: bold;
	padding-left: 0;
	margin-left: -5px;
}

/* Healthy Moments */

.audio h4 {
	margin: 5px 0 0 0;
}
img.niddkAudioMe {
	margin: 0 0 0 5px;
    vertical-align: middle;
}

.niddkAudioMe {
    cursor:pointer;
    display:inline;
    float:none !important;
}


.niddkHMAudio {
    height:0px;
    width:0px;
    overflow:hidden;
}

.audio .piname {
	margin-top: 0;
}

/* MP3 Audio */
img.niddkMp3Audio {
	margin: 0 0 0 5px;
    vertical-align: middle;
}

.niddkMp3Audio {
    cursor:pointer;
    display:inline;
    float:none !important;
}

.niddkMp3AudioLink {
    height:0px;
    width:0px;
    overflow:hidden;
    display:none;
}

/* News Rollups */

.niddknews {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 0px;
}
.niddknewsitem {
	padding: 10px 5px;
	display: table;
	width: 100%;
}
.niddknewsitem img {
	width: 64px;
	height: 40px;
	float: left;
	margin: 0 10px 5px 5px;
}
.newsimage {
	display: table-cell;
	vertical-align: middle;
}
.newscontent {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.newscontent p {
	margin: 0;
}
.niddknews.newsleftrail p {
	margin: 0;
}
.newsdate {
	text-transform: uppercase;
}
.newslink a:link {
	font-weight: bold;
}

/* Director's Update Archive */

.duarchive .niddknewsitem {
	display: block;
}
.duarchive .niddknewsitem p {
	margin: 0;
}

/* Meetings Search */

.meetingssearch {
	border: 1px solid #525252;
	background-color: #e5e6e7;
	padding: 10px;
}
.meetingssearch h4 {
	margin-top: 0;
	font-size: 1.2em;
	color: #054b8d;
}
.keywordsearch label {
	display: none;
}
.keywordsearch input.keyinput {
	width: 140px;
	height: 19px;
	border: 1px solid #808080;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.meetingssearch .datepicker {
	width: 75px;
	height: 19px;
	border-radius: 4px;
	border: 1px solid #808080;
}
.meetingssearch .ui-datepicker-append {
	display: none;
}

/* Contact Page */

#contactus {
	margin-top: 15px;
}
#contactus input, #contactus .commenttext{
	border-radius: 4px;
	border: 1px solid #CCCCCC;
}
#contactus td.ms-vb {
	font: 12px arial, verdana, sans-serif;
	color: #333;
}
#contactus td {
	padding-bottom: 10px;
}
#contactus .commenttext {
	width: 250px !important;
	height: 120px !important;
}
#contactus tr td:first-child {
	width: 12%;
}
#contactus div[id*="vldtnSummry"] {
	padding: 5px 50px 0 5px;
	margin-bottom: 10px;
	border: 1px solid #ee2100;
	color: #D63301;
	width: 350px !important;
	background: #FFCCBA url('../../Style%20Library/Images/niddk/alertlarge.png') no-repeat 95% 20%;
}
#contactus .ms-formvalidation {
	font: 12px arial, verdana, sans-serif;
}
#contactus .fullwidth {
	padding: 5px 0 0 5px;
	margin-bottom: 10px;
	width: 350px !important;
}

/* Banner */

.banner {
	min-width: 570px;
	height: 270px;
	background: #142d68 url('../../Style%20Library/Images/niddk/bannerbg.png') repeat-x;
	overflow: hidden;
	color: #fff;
	position: relative;
}
.slidecontent {
	position: absolute;
	width: 290px;
	height: 227px;
	background: transparent url('../../Style%20Library/Images/niddk/bannertextbg.png') no-repeat;
	padding: 3px 10px 0;
	margin: 10px 20px 0;
}
.slidecontent h4 {
	margin: 0;
	text-align: center;
	font: 18px "Trebuchet MS", sans-serif;
}
.slidecontent h4 a:link, .slidecontent h4 a:visited, .slidecontent h4 a:hover {
	color: #fff !important;
	text-decoration: none;
}
.slidecontent h4 a:hover {
	text-decoration: none !important;
	color: #fff;
}
.slidetext {
	max-height: 140px;
	overflow: hidden;
}
.bannerdesc {
	margin: 0.8em 0;
}
.bannerdesc, .readmore a {
	font: 12px arial, verdana, sans-serif;
}
.readmore a:hover,
.bannernav li a {
  color: White !important;
}
.bannernav {
	overflow: hidden;
	position: absolute;
	bottom: 14px;
	left: 0;
	margin: 0 66px;
	width: 178px;
	height: 23px;
}
.bannernav, .banner .bannernav a:link, .banner .bannernav a:visited,
.banner .readmore a:link, .banner .readmore a:visited {
	color: #fff !important;
	text-decoration: none;
}
.bannernav ul {
	display: table;
	padding-left: 0;
	margin: 2px auto 0;
	border: 1px solid #426dac;
}
.bannernav li {
	display: table-cell;
	max-width: 18px;
}
.bannernav a {
	text-align: center;
	margin: 0;
	display: inline-block;
	font: 14px Georgia, serif;
	width: 18px;
	height: 18px;
	line-height: 14px;
	border-right: 1px solid #213c72;
}
.bannernav a.last {
	border-right: none;
}
.bannernav a:hover {
	text-decoration: none !important;
	background-color: #426dac;
}
.bannernav .active a {
	background-color: #426dac;
}
.banner .readmore {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	overflow: hidden;
}
.banner .readmore a.readmorebutton {
	background: #2f4e6d url('../../Style%20Library/Images/niddk/readmorebg.png') repeat-x;
	border: 1px solid #8da3ad;
	width: 70px;
	padding: 2px 5px;
	display: inline-block;
	overflow: hidden;
}
.banner a.externalLinkDisclaimer,
.topheader span.niddkLinkDisclaimer,
.footersocial span.niddkLinkDisclaimer, 
.topheader a.externalLinkDisclaimer,
.footersocial a.externalLinkDisclaimer 
{
	display: none;
}
.banner .readmore a.externalLinkDisclaimer {
	display: inline-block;
	margin-top: 6px;
	vertical-align: top;
}
.readmore a:hover {
	text-decoration: none !important;
}
.bannernav .pause, .bannernav .play {
	width: 24px;
	height: 23px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.bannernav .pause {
	background: transparent url('../../Style%20Library/Images/niddk/bannerpause.png') no-repeat;
}
.bannernav .play {
	background: transparent url('../../Style%20Library/Images/niddk/bannerplay.png') no-repeat;	
}
.banner img {
	max-width: 210px;
	max-height: 220px;
}
.slide {
	display: none;
}
.slideitem {
	position: absolute;
	width: 290px;
	height: 171px;
}
.slideimage {
	max-width: 210px;
	max-height: 220px;
	position: absolute;
	top: 10px;
	right: 20px;
}
.banner > .active, .slidecontent > .active {
	display: block;
}

/* Research Areas */

.researchareas {
	vertical-align: top;
}
.researchareas .hfeaturedbox {
	width: 29%;
	height: 305px;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}
.researchareas .hfeaturedbox h4, .researchareas .hfeaturedbox h4 a:link {
	text-transform: none;
}
.researchareas .hfeaturedbox img {
	margin: 0 5px 5px 0;
}
.researchimages td {
	vertical-align: top;
	padding: 8px; 
}
.researchimages .researchimage .imagetitle {
	font-weight: bold;
}
.researchimages .researchimage .imagetitle, .researchimages .researchimage .imagedesc {
	width: 50%;
}
	

/* News Reusable Content */

.newsreusable {
	background: #fff none;
	filter: none;
}
.newsreusable a:link {
	font-weight: bold !important;
}

/* Meet the Director Reusable Content */

.directorsplash {
	overflow: hidden;
}
.directorpicture {
	float: left;
	width: 310px;
	border-right: 2px solid #b2b2b2;
}
.directorpicture img {
	display: block;
}
.directorpicture h2, .deputy h2 {
	font: bold 14px "Trebuchet MS", arial, sans-serif !important;
	color: #3f3f3f;
	margin-bottom: 0;
}
.deputy h2 {
	margin-top: 0;
}
.directorpicture h2 span {
	font: 11px arial, sans-serif !important;
}
.directorlinks {
	float: left;
	width: 400px;
}
.directorlinks ul {
	margin-top: 0;
	margin-left: 60px;
}
.directorlinks li {
	margin-bottom: 10px;
}
.directorlinks a {
	color: #004b8d;
	font-weight: bold;
	text-decoration: none !important;
}
.deputy {
	padding-left: 40px;
}

/* Office Landing Page */

.overflow {
	overflow: hidden;
}
.officepicture {
	width: 360px;
	float: left;
}
.officepicture img {
	float: left;
	margin-right: 10px;
}

/* Home Health */

.homehealth {
	font-style: italic;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #A0A0A0;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
	width: 580px;
	height: 204px;
}
.winprogramsbox {
	overflow: hidden;
	padding: 10px;
	width: 580px;
	height: 204px;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.homehealth {
		height: 203px;
	}
}
.homehealth img,
.winprogramsbox a img {
	float: left;
	margin-right: 5px;
}
.homehealth h2,
.winprogramsbox h2 {
	color: #004b8d;
	font: normal bold 18px arial, sans-serif !important;
	margin: 0;
}
.inforow {
	clear: left;
	padding-top: 10px;
}
.winprogramsbox .inforow {
	min-height: 60px;
}
.winbullets {
  padding-left: 13px
}
.wintablebar {
  margin-top: 10px;
  height: 70px !important;
  text-align: left;
}
.wintablebar td {
  vertical-align: top;
  padding-left: 25px;
}
.wintablebar td p,
.wintablebar td h3 {
  margin-top: 0px;
}
.wintablebar td:first-child {
  border-right: 1px solid #A0A0A0 !important;
  padding: 0px;
}
.homehealth h3,
.winprogramsbox h3 {
	margin: 0;
}
.homehealth h3 a,
.winprogramsbox h3 a {
	color: #004b8d;
	font: normal bold 13px arial, sans-serif;
	text-decoration: none;
}

/* Director's Update Landing Page Layout */

table.dwidth {
	width: 918px;
}
h3.smallheader {
	margin-top: 0;
	color: #cb5a24;
	font: bold 13px arial, sans-serif;
	margin: 0 0 5px 5px;
}
.dtable {
	margin-top: -15px;
}
.dtable td {
	padding-bottom: 2px;
}
.dul {
	margin: 0 0 0 10px;
	padding-left: 0;
}
.dul li {
	margin-bottom: 5px;
}
.dul a:link {
	font-weight: bold;
}
.bottom {
	padding-bottom: 5px;
	border-bottom: 1px solid #a0a0a0;
}
.duzones .landingnews h3 a, .duzones h3.landingheader a, .duzones h3.smallheader a {
	color: #cb5a24;
}

/* programs by disease wp */

table.niddkprogramtable1 td {
	width:33%;
	vertical-align:top;
	padding:5px;
	padding-bottom: 10px;
}

/* Links Summary */

.link-item, .link-item a, .link-item a:link, .description {
	font: 13px/1.4em arial, sans-serif;
}
.description {
	color: #333;
}

/* FAQs*/

.faqContent .accounttitle {
	font-size:larger;
}

/* Semantic styles for biography sites */

#CloseWebPartZone { margin-left: -3px; margin-bottom:15px;}

/* Committee Memberships (Extramural) */
.committees { padding-left: 0; list-style: none; }
.committees li { margin: 13px 0 }
.committee-name { font-weight: bold; }
.committee-role:before { content: ", "; }

/* Training and Experience (Intramural and Extramural) */
#s4-leftpanel .exp-list { list-style: none; padding-left: 4px; }
.exp-list li { margin: 12px 0; }
.exp-list span:after { content: ", " }
.exp-list span.last:after { content: "" }

/* Specialties (Intramural) */
.specialties { display: inline; list-style: none; padding: 0; width: 100%; }
.specialties li { display: inline; }
.specialties li:after { content: ", "; }
.specialties li.last:after { content: ""; }
.specialties-h5 { display: inline; }
.specialties-h5:after { content: ": "; }
#specialtiesContainer table.s4-wpTopTable td > div {
	margin-left: 5px;
}
#specialtiesContainer table tr:first-child table.s4-wpTopTable td > div {
	margin-left: 0px;
}

/* Related Links (Intramural) */
.related-links li { margin: 12px 0; }

/* Additional Links (Summary Links web part) */
.additional-links-list {
	padding-left: 5px;
}
.additional-links-list li {
	margin-bottom: 3px;
	margin-left: 10px;
}
/**  anatomy web part **/
#anatomy img {
  display: block;
}
#anatomy img:first-child {
  width: 190px;
}
#anatomy a {
  display: block;
  font-size: 16px;
  color: #333333;
  margin: 10px 0 5px;
}
#anatomy span {
  display: block;
  margin-top: 5px;
}

/** right column health info web parts **/

.rc-standard h3 {
  font-family: "Trebuchet MS", "Trebuchet", arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 10px;
  background: transparent url('../../style%20library/images/niddk/webpartgradient.png') no-repeat left bottom;
  margin-bottom: 7px;
}
.rc-standard p {
  margin-top: 5px;
}
.rc-standard ul {
  margin-left: 0;
  padding-left: 15px;
}
.rc-standard ul li {
	margin-bottom: 3px;
}

.disease-orgs h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  padding-bottom: 10px;
  background: transparent url('../../style%20library/images/niddk/webpartgradient.png') no-repeat left bottom;
  margin-bottom: 7px;
}

.disease-orgs h3 {
  font-family: "Trebuchet MS", "Trebuchet", arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 10px;
  background: transparent url('../../style%20library/images/niddk/webpartgradient.png') no-repeat left bottom;
  margin-bottom: 7px;
}
.disease-orgs p {
  margin-top: 5px;
}

/** print publications web part **/
.print-order-pubs {
  background: transparent url('../../style%20library/images/niddk/shoppingCart.png') no-repeat top left;
  overflow: auto;
}
li.HI .print-order-pubs {
    background: none;
}
.print-order-pubs h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  padding: 0 0 10px 40px;
  background: transparent url('../../style%20library/images/niddk/webpartgradient.png') no-repeat left bottom;
  margin-bottom: 7px;
}
.print-order-pubs h3 {
  font-family: "Trebuchet MS", "Trebuchet", arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333333 !important;
  padding: 0 0 10px 40px !important; 
  background: transparent url('../../style%20library/images/niddk/webpartgradient.png') no-repeat left bottom !important;
  margin-bottom: 7px !important;
  margin-top: 0px;
}
.print-order-pubs ul {
  padding-left: 0px;
  list-style-type: none;
}
.print-order-pubs ul li {
  padding-left: 24px;
  background: transparent url('https://www.niddk.nih.gov/style library/images/niddk/pdficon.png') no-repeat;
  margin-bottom: 7px;
}

/** NKDEP layout left rail **/
.rc-nkdep-contact,
.rc-nkdep-pubs {
    margin-bottom: 2em;
    overflow: initial;
}

/** prev/next for disease/condition detail **/

.divNextPrevlinks {
  display: block;
  position: relative;
  border-top: 2px solid #a0a0a0;
  padding-top: 10px;
  margin-bottom: 10px;
  height: 85px;
  font-size: 13px;
  margin-top: 20px;
}
.divPrevLink,
.divNextLink {
  display: block;
  position: absolute;
  width: 180px;
  height: auto;
}
.divPrevLink a,
.divNextLink a {
  display: block;
  background: transparent no-repeat;
}
.divPrevLink a {
  background-image: url('../../style%20library/images/niddk/diseaseCondPrev.png');
  background-position: left 7px;
  position: absolute;
  padding: 18px 0 0 15px;
  left: 0px;
  top: 0px;
}
.divPrevLink {
  padding-left: 15px;
}
.divNextLink a {
  background-image: url('../../style%20library/images/niddk/diseaseCondNext.png');
  background-position: right 7px;
  position: absolute;
  padding: 18px 15px 0 0;
  right: 0px;
  top: 0px;
}
.divNextLink {
  right: 0px;
  text-align: right;
  padding-right: 15px;
}

/** overview web part **/
.overviewPages {
  margin: 0px;
  padding: 0px;
}
.overviewPages li {
  width: 320px;
  display: block;
  list-style-type: none;
  padding: 12px;
  border: 1px solid #a0a0a0;
  min-height: 162px;
  margin: 0 14px 14px 0;
  float: left;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.overviewPages a img {
  width: 110px;
  float: left;
  margin-right: 20px;
  border: 1px solid #004B8D;
}
.overviewPages a img:hover {
  border: 1px solid #69B2EF;
}
.overviewPages .width .overview-grid-item {
  min-width: 689px;
  display: inline-block;
  height:auto;
}
.overviewPages a.overviewPageTitle,
.cs-featuregrid a.overviewPageTitle,
.cs-featuregrid-single a.overviewPageTitle {
  color: #004b8d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.overviewPages .overviewPageDesc,
.cs-featuregrid .overviewPageDesc,
.cs-featuregrid-single .overviewPageDesc {
  margin-top: 10px;
  display: block;
}
.overviewPages {
  display: table; 
  table-layout: fixed; 
  border-collapse: separate; 
  border-spacing: 15px;
  width: 104%; 
  margin: -15px 0 0 -15px;
}
.overview-grid-row {
  display: table-row;
}
.overview-grid-item {
  display: table-cell;
  vertical-align: top; 
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  width: 50%;
  padding: 15px;
}
.ie .overview-grid-item {
  background: transparent url('../../Style%20Library/Images/niddk/faux_shadow.png') repeat-x bottom left;
  border: 1px solid #a0a0a0;
}

.all-content-link {
    margin-top: 0;
    text-align: right;
}
.all-content-link .fa {
    font-size: 1.2em;
    vertical-align: middle;
}
.all-content-link .link-text {
    display: inline-block;
    vertical-align: middle;
}
.all-content-link .link-text-right {
    margin-left: 5px;
}
.all-content-link .link-text-left {
    margin-right: 5px;
}

/** health topics page **/

#divLinks,
div.healthinfosearch {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  width: 405px;
  padding: 15px;
  height: 140px;
}
.ie #divLinks,
.ie div.healthinfosearch {
  background: transparent url('../../Style%20Library/Images/niddk/faux_shadow.png') repeat-x bottom left;
  border: 1px solid #a0a0a0;
}
div.healthinfosearch {
  height: 125px;
}
.healthinfosearch .english {
  margin-bottom: 10px;
}
#divLinks {
  margin: 0 0px 0 15px;
  padding-bottom: 0px;
}
#divLinks h3,
.healthinfosearch h3 {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #004b8d;
  font-weight: bold;
  margin: 0 0 16px;
}
#txtEnglishKeyword,
#txtSpanishKeyword {
  width: 83%;
  height:18.5px;
}
#btnEnglishSearch,
#btnSpanishSearch{
  width:15%;
}

#divLinks a,
#divLinks span {
  display: inline-block;
  width: 16px;
  margin: 0 0 6px;
  padding: 4px 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.feature-grid { 
  display: table; 
  table-layout: fixed; 
  width: 100%; 
  border-collapse:separate;
  border-spacing:15px;
  margin-bottom:-15px;
  }
.feature-grid-row {
  display: table-row;
} 
/* This is breaking things
.feature-grid-row.first-row.last-row {
  margin: -40px -15px 0;
  display: block;
}
*/
.feature-grid-item {
  display: table-cell;
  vertical-align: top; 
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  padding: 15px;
}
.feature-grid .cols-1 .feature-grid-item { width: 100%; }
.feature-grid .cols-2 .feature-grid-item { width: 50%; }
.feature-grid .cols-3 .feature-grid-item { width: 33.3333%; }
.feature-grid .cols-4 .feature-grid-item { width: 25%; }
.feature-grid .cols-5 .feature-grid-item { width: 20%; }
.ie .feature-grid-item {
  background: transparent url('../../Style%20Library/Images/niddk/faux_shadow.png') repeat-x bottom left;
  border: 1px solid #a0a0a0;
}
.healthInfoTile img {
  float: left;
  height: 120px;
  width: 80px;
  margin-right: 14px;
  border: 1px solid #004B8D;
}
.healthInfoTile img:hover {
  border: 1px solid #69B2EF;
}
.healthInfoTile h4 {
  font-size: 13px;
  margin: 0px 0 15px 0;
}
.healthInfoTile p {
  font-size: 11px;
  width: 160px;
  margin-left: 94px;
}
.healthInfoTile.wide p {
  width: 300px;
}

.fg-2col-left {
	margin-left: -14px;
	width: 203px;
}
.fg-2col-right {
	margin-left: -14px;
	width: 748px;
}
.fg-home {
	border-spacing: 8px;
	margin: 0 0 -10px 0;
}
.fg-home .feature-grid-row .feature-grid-item {
	border: 1px solid #a0a0a0;
	width: 249px;
	padding: 0 25px 20px;
	font-size: 13px;
}
.fg-home h4 {
	text-transform: uppercase;
	font: bold 13px Arial, Verdana, sans-serif;
}
.fg-home-1-2 .cols-2 .last-col {
	width: 588px;
	font-style: italic;
	font-size: 12px;
	padding: 10px;
}
.fg-home-1-2 .cols-2 .last-col img {
	float: left;
	margin-right: 5px;
}
.fg-home-1-2 .cols-2 .last-col h2 {
	color: #004b8d;
	/*font: normal bold 18px arial, sans-serif !important;*/
	margin: 0;
}
.fg-home-1-2 .cols-2 .last-col h3 {
	margin: 0;
}
.fg-home-1-2 .cols-2 .last-col h3 a {
	color: #004b8d;
	font: normal bold 13px arial, sans-serif;
	text-decoration: none;
}
.fg-health-topics .feature-grid-item img {
	float: left;
	max-width: 80px;
	margin: 0 14px 1em 0;
	border: 1px solid #004B8D;
}
.fg-health-topics .feature-grid-item img:hover {
	border: 1px solid #69B2EF;
}
.fg-health-topics .feature-grid-item h4 {
	font-size: 13px;
	margin: 0px 0 0.7em 0;
}
.fg-health-topics .feature-grid-item p {
	font-size: 13px;
	color: #333;
	margin: 5px 0 5px 94px;
}
.fg-health-topics .feature-grid-item p.examples {
	clear: both;
	margin: 0;
}
.fg-diagnostic-anatomy {
	margin-top: -11px;
}
.fg-diagnostic-anatomy .feature-grid-item p.examples {
	margin-top: 1em;
	clear: none;
}
.fg-health-pros {
	margin-left: -19px;
	width: 753px;
}
.fg-health-pros .feature-grid-item img {
	border: 0;
	float: left;
	max-width: 80px;
}
.fg-health-pros .feature-grid-item h4 {
	font-size: 14px;
	line-height: 1.3em;
	margin: 0 0 15px 94px;
}
.fg-health-pros .feature-grid-item p {
	margin: 15px 0 0 94px;
}
.fg-health-comm-prog {
	width: 103%;
	margin-left: -14px;
}
.fg-dir-updates-middle {
	margin-top: -11px;
}
.fg-dir-updates-top .cols-2 .last-col {
	width: 33%; 
	/*width: 246px;*/
}
/** feature boxes **/

.smallfeaturebox .ms-WPBody {
  width: 150px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-top: 6px solid #79993c;
  height: 280px;
  margin-right: 5px;
}
.ie .smallfeaturebox .ms-WPBody {
  background: transparent url('../../Style%20Library/Images/niddk/faux_shadow.png') repeat-x bottom left;
  border: 1px solid #a0a0a0;
  border-top: 6px solid #79993c;
  width: 148px;
}
.ie .smallfeaturebox .ms-WPBody .ms-WPBody {
  border: 0px;
  box-shadow: none;
  padding: 0px;
  background-image: none;
}
.smallfeaturebox .ms-WPBody .ms-WPBody {
  border-top: 0px;
  box-shadow: none;
  padding: 0px;
}
.smallfeaturebox h2.niddkElement-h2,
.smallfeaturebox span.relatedTitle,
.smallfeaturebox span.relatedResearchTitle,
.smallfeaturebox span.additionalTitle,
.smallfeaturebox #anatomy a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px !important;
  color: #004b8d;
  margin-top: 0px;
}
.smallfeaturebox span.additionalTitle {
  display: inline-block;
  margin-bottom: 5px;
}
.smallfeaturebox span.additionalTitle:first-child {
  display: inline;
}
.smallfeaturebox #anatomy img {
  width: 144px;
  margin-bottom: 5px;
}
.smallfeaturebox .ms-WPBody ul {
  padding: 0 0 0 12px;
}
.smallfeaturebox .news-body {
	max-height: 230px;
	overflow: hidden;
}

.responsibilities > p {
	font-size: 13px !important;
}

/** bulleted lists in right rail **/

.rightcolumn .contentlist li {
  margin-left: 7px;
}

/** A Z List **/
.a-z-top{
	display:block;
}
.a-z-list {
	text-align:justify;
	max-height:25px;
	width:720px;
	max-width:100%;
	display:table-row;
	white-space:nowrap;
}
.a-z-image {
	float:right;
	display:block;
	margin-left:10px;
	padding-bottom:0;
}
.a-z-image img{
	width:200px;
	border:1px #CCCCCC solid;
}
.a-z-dictionary{
	display:block;
	margin-top:35px;
}
.a-z-list .a-z-letter {
	margin-right: 10px;
	display:table-cell;
	width:1.3%;
	font-size:17px;
}


.a-z-body {
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
  display:block;
}
.a-z-body > br {
	display:none;
}
.a-z-body > h3 {
  margin-top:10px;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
  display:block;
}
.a-z-body > p {
  margin-top:0;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
  display:block;
}
.a-z-body > span.desc {
    display: block;
}
.a-z-body > div {
  margin-top:0;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
  display:block;
}
.a-z-leading {
	display:inline !important;
}
.ga-exit-niddk{
	display:inline;
}
.a-z-body ul {
	margin: 0px;
	padding: 0px;
}
.a-z-body li {
	margin: 0 0 0 3px;
	padding: 0px;
	list-style-position: inside;
}

/* Related Pages / Additional Reading */

.relatedpages {
	border: 2px #d0d0d0 solid;		
}
.relatedPagesHeader {
  background-color: #7b9a3f;
  color: #fff;
  /**font-family: Arial-BoldMT; removed 3/17/2015 due to incorrect styling on WIN pages */
  padding: 10px;
  border: 2px #fff solid;
  margin-top: 0;
  margin-bottom: 0;
}
.relatedpages > img {
	display: none;
	border: 1px #d0d0d0 solid;
}
ul.relatedPages{
	padding: 0;
    margin: 0;
    display: table;
    border-spacing: 15px 8px;
    border-collapse: separate;
    table-layout: fixed;
}
.relatedPagesItem{
	display: table-row;
}
.relatedPagesImgContainer {
    display: table-cell;
	width: 120px;
    padding: 3px 0 0;
    vertical-align: top;
}
.relatedPagesImgContainer img {
	border: 0;
	max-width: 120px;
    height: auto;
}
.relatedPagesTxt {
    display: table-cell;
    vertical-align: top;
}
.relatedPageTitle {
    display: block;
	font-weight: bold;
}
.relatedPageDesc > p {
	margin: 2px 0px 0px 0px;
}

/*WIN Call Out*/
.win-callout-title{
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:15px;
}
.win-callout-title a {
	color:#323232 !important;
}
.win-callout-body{
}
.win-callout-wrap{
	display:inline;
}
.win-callout-box{
	vertical-align:top;
	width:250px;
	float:right;
	margin:0 5px 5px 15px;
	padding:10px;
	background-color:#E4E5E5;
	}
.win-callout-box-title{
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
.win-callout-title a:hover {
  text-decoration: none !important;
  cursor: default !important;
}
.win-callout h3 a {
  color: #000000 !important;
}
.win-callout h3 a:hover {
  text-decoration: none !important;
  cursor: default !important;
  color: #000000 !important;
}
.win-callout h2 a:hover {
  text-decoration: none !important;
  cursor: default !important;
  color: #004b8d !important;
}

/** WIN Banner **/

.win-banner {
	background: transparent url('../../health-information/health-communication-programs/win/PublishingImages/WIN-banner-r2-v4.2.jpg') no-repeat;
	overflow: auto;
	margin-bottom: 25px;
}
.win-featurebox {
	margin: 170px 20px 0;
	padding: 10px;
	background: white;
	border: 1px solid silver;
}
.win-featurebox .left,
.win-featurebox .right {
	width: 50%;
	display: table-cell;
}
.win-featurebox ul,
.win-tab-info ul {
  list-style-type: none;
  padding: 0;
}
.win-featurebox ul li,
.win-tab-info ul li {
  margin-bottom: 7px;
}
.win-tab-info {
	padding: 0 10px;
}
.win-tab-info p {
	margin-top: 0px;
}


/* CV submission form */
.cv-form p.intro {
	font: 13px Arial, sans-serif;
}
.cv-form fieldset {
	border: 0;
	padding: 0;
	margin: 1.5em 0;
}
.cv-form legend {
	font-size: 16px;
	font-weight: bold;
	color: #004b8d;
}
.cv-form label {
	display: inline-block;
	margin-right: 15px;
}
.cv-form input, .cv-form select {
	width: 100%;
}
.cv-form .normal-input input {
	width: auto;
}
.cv-form .para-label {
	display: block;
	margin: 0 0 1em;
}
.cv-form fieldset > div {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 10px;
	width: 100%;
	margin-left: -10px;
}
.cv-form fieldset > div > div {
	display: table-cell;
	vertical-align: top;
}
.cv-form .no-margin {
	margin: 0;
}
.cv-form .instruction {
	padding: 10px;
	background-color: #E4E5E5;
}
.cv-form .tags {
	margin: 0 0 10px;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
}
.cv-form .tags:after {
	content:" ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cv-form .tag {
	display: inline-block;
	float: left;
	margin: 0 5px 5px 0;
	color: #000;
	background-color: #FFC;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 3px;
	border: solid 1px #464600;
}
.cv-form .tag span {
	display: table-cell;
	vertical-align: middle;
}
#mainwrapper .cv-form .tag a,
#mainwrapper .cv-form .tag a:link,
#mainwrapper .cv-form .tag a:active,
#mainwrapper .cv-form .tag a:visited {
	display: block;
	text-decoration: none;
	color: #000;
	width: 12px;
	height: 12px;
	padding: 1px 1px 0 0;
	line-height: 10px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
#mainwrapper .cv-form .tag a:hover {
	color: #FFC;
	background-color: #464600;
	text-decoration: none;
}
.cv-form .cv-selected-areas {
	display: block;
	margin: 0;
}
.cv-form .cv-selected-areas h3 {
	margin: 0 0 10px;
	font-size: 1em;
}
.cv-form .validation-summary {
	color: red;
	border: 1px solid red; 
	padding: 5px;
	background: url('../../Style%20Library/Images/niddk/alertlarge.png') no-repeat 98% 15%;
}
.cv-form .validation-summary ul {
	max-width: 85%;
}
.cv-form .val-msg {
	margin-right: 5px;
}
.cv-confirmation {
	font: 13px Arial, sans-serif;
	color: #000;
	border: solid 1px #080;
	padding: 15px;
	background-color: #BFB;
	position: relative;
	margin: 0;
}
.cv-confirmation a.close,
.cv-confirmation a.close:link,
.cv-confirmation a.close:active,
.cv-confirmation a.close:visited {
	font-size: 20px;
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	padding: 0 3px;
	color: #080;
	line-height: 18px;
	text-decoration: none;
}
#mainwrapper .cv-confirmation a.close:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #080;
}

/** research homepage **/

.feature-grid.rf-grid-top,
.feature-grid.rf-grid-bottom {
	border-spacing: 7px;
}
.feature-grid.rf-grid-top h4,
.feature-grid.rf-grid-bottom h4 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
.feature-grid.rf-grid-top img {
	margin: 0 0 0 0;
	width: 200px;
}
.feature-grid.rf-grid-top
.feature-grid.rf-grid-top ul {
	padding-left: 20px;
}
.feature-grid.rf-grid-top .first-col {
  width: 65%;
}
.feature-grid.rf-grid-top .last-col {
	width: 30%;
}
.feature-grid.rf-grid-bottom {
	margin-top: -3px;
}
.feature-grid.rf-grid-bottom img {
	margin: 0 0 0 0px;
	width: 200px;
}
.feature-grid.rf-grid-bottom .feature-grid-item,
.feature-grid.rf-grid-top .feature-grid-item {
	padding-top: 0px;
}
/** addthis temporary fix **/

.ie span.at16nc span {
	display: none;
}

/**GFR calculator webpart styles **/
.gfrcalculator
{
	width:75%;
	/*border:1px #AEAEAE solid;*/
    border:1px grey solid;
    padding:15px;
}
.gfritemrow
{
	padding:7px;
}
.gfritemrow label
{
	width:125px;
	display:inline-block;
	padding-right:10px;
}
.gfrcalculatorboldtext
{
	font-weight:bold;
}
.gfrvalue{
	width:100px;
	height:20px;
	/*border:1px #AEAEAE solid;*/
    border:1px grey solid;
	font-weight:bold;
	display:inline-block;
	background-color:#F4FFFF;
	text-align:center;
	vertical-align:bottom;
	padding-top:5px;
}
.gfrerrors
{
	padding:7px;
	color:red;
}
/**End of GFR calculator webpart styles **/

/* Navigation Roll-Up Web Part */

.navrollupwp > h2, .navrollupwp > input {
    margin: 0.5em 0;
}

.navrollup {
	width: 100%;
	font: 12px/1.4em arial, verdana, sans-serif;
}

.navrollup .nru-item {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	margin: 10px 0;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    /*border: 1px solid #a0a0a0;*/
}

.ie .navrollup .nru-item {
    background: transparent url('../../Style%20Library/Images/niddk/faux_shadow.png') repeat-x bottom left;
    border: 1px solid #a0a0a0;
}

.navrollup .nru-cell {
	display: table-cell;
	vertical-align: top;
}

.navrollup .page-details {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
    max-width: 630px;
    overflow: auto;
}

.navrollup .page-detail,
.navrollup .page-children,
.navrollup .page-image {
	padding: 10px;
}

.navrollup .page-children {
	padding-left: 0;
}

.navrollup .page-image {
	width: 120px;
	min-width: 120px;
	padding-right: 0;
}

.navrollup .page-image img {
	max-width: 120px;
	max-height: 120px;
    border: 0;
}

.navrollup .page-detail {
	width: 100%;
}

.navrollup .page-detail p {
    margin: 1em 0 0;
}

.navrollup .page-children {
	width: 200px;
	min-width: 200px;
}

.navrollup .page-children ul {
	list-style: none;
	padding: 0;
	margin: 12px 0 0;
}

.navrollup .page-children li {
	margin: 0.5em 0;
}

.navrollup .page-details h3,
.navrollup .page-details h4 {
	margin: 0 0 12px;
    font-size: 14px;
}

.navrollup .page-details h3 a,
.navrollup .page-details h3 a:link {
    text-decoration: none;
}

.navrollup .page-children h4 {
    color: #000;
}

a.ch-order-button, a.signup-button {
    display: inline-block;
    width: 149px;
    height: 24px;
    overflow: hidden;
    text-indent: -5000em;
    background: url('../../Style%20Library/Images/niddk/buttons-order-signup.png') scroll no-repeat 0 0;
}
a.ch-order-button:hover { background-position: 0 -24px; }
a.ch-order-button:active { background-position: 0 -48px; }
a.signup-button { background-position: 0 -72px; }
a.signup-button:hover { background-position: 0 -96px; }
a.signup-button:active { background-position: 0 -120px; }

/** nkdep video rollup **/

.video {
	display: block;
	border: 1px solid #a0a0a0;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    padding: 10px;
    margin-bottom: 10px;
}
.video:after {
  display: block;
  content: '';
  clear: both;
}
.video .preview {
    float: left;
	width: 120px;
    margin: 0 10px 0 0;
}
.video .preview a {
    display: table;
    position: relative;
}
.video .preview a:before {
    content: '';
    display: table-cell;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../../Style%20Library/Images/niddk/video-overlay.png') no-repeat center;
}
.video .preview img {
    display: block;
	max-width: 120px;
	max-height: 120px;
}
.video .videoinfo {
	margin-left: 90px;
}
.video.nodesc {
	box-shadow: none;
	border: 0px none;
	border-bottom: 1px solid #a0a0a0;
	padding: 5px;
	margin-bottom: 0px;
}
.video.nodesc .videoinfo {
    margin-left: 0;
    line-height: 24px;
}
.video.nodesc .videoplay {
	display: inline-block;
	width: 24px;
    height: 24px;
	background: url('../../Style%20Library/Images/niddk/sound-none-icon.png') no-repeat 0 0px;
	margin-left: 5px;
}
.video p.desc {
    margin-bottom: 0;
}
/** pdf filter **/

.pdfFilter {
	padding: 10px;
	background-color: #eaeaea;
}
.pdfFilter span,
.pdfFilter select,
.pdfFilter input {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	margin-right: 8px;
}
.pdfFilter select {
	margin-right: 2px;
}

/** nkdep homepage **/

.nkdep-home-feature {
	background: #ececec;
	padding: 20px 15px;
	min-height: 115px;
	margin-bottom: 20px;
}
.nkdep-home-feature img {
	float: right;
	border: 1px solid #c4c9ca;
}
.nkdep-home-feature h3 {
	font-size: 13px;
	color: #004b8d;
}
.nkdep-home-feature span {
  display: block;
  margin-bottom: 15px;
}
.nkdep-h2 {
	margin-bottom: 15px;
	margin-top: 20px;
}
.feature-grid.nkdep-feature-grid,
.nkdep-feature-grid-social,
.ndep-feature-grid,
.ndep-home-grid {
	margin: 0 0 0 -15px;
	width: 750px;
}
.feature-grid.nkdep-feature-grid h3 {
  margin-top: 0px;
  font-size: 14px;
  font-family:"Trebuchet MS","Trebuchet",arial,sans-serif;
}
.nkdep-feature-grid img {
	width: 185px;
	margin-top: 10px;
	border: 1px solid #c4c9ca;
}
.nkdep-feature-grid ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 0px;
}
.nkdep-feature-grid li {
	padding-bottom: 8px;
}
.nkdep-working-groups {
  display: table-cell;
  vertical-align: top; 
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  padding: 15px 15px 0;
  margin-top: 5px;
}
.ie .nkdep-working-groups {
  background: transparent url(../../Style%20Library/Images/niddk/faux_shadow.png) repeat-x bottom left;
  border: 1px solid #a0a0a0;
}
.nkdep-working-groups ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
}
.nkdep-working-groups li {
	padding-bottom: 8px;
	display: block;
	min-height: 60px;
}
.nkdep-working-groups li img {
  float: left;
  margin-right: 10px;
	border: 1px solid #c4c9ca;
}
.nkdep-working-groups h3 {
  margin-top: 0px;
  font-size: 13px;
}
.feature-grid.nkdep-getinvolved-grid {
	margin: -15px 0 0 -15px;
	width: 720px;
}
.feature-grid.nkdep-getinvolved-grid .feature-grid-item,
.nkdep-feature-grid-social .feature-grid-item {
	box-shadow: none;
	padding: 0px;
}
.ie .feature-grid.nkdep-getinvolved-grid .feature-grid-item,
.ie .nkdep-feature-grid-social .feature-grid-item {
	background: none;
	border: 0px none;
}
.feature-grid.nkdep-getinvolved-grid img {
  float: left;
  margin: 0 10px 40px 0;
  border: 1px solid #c4c9ca;
}
.feature-grid.nkdep-getinvolved-grid h3 {
  margin: 0px 0 5px 0;
  font-size: 13px;
}
.feature-grid.nkdep-getinvolved-grid span {
  font-size: 11px;
}
.talk-feature-grid, .partners-feature-grid {
	margin: -15px 0 0 -15px;
	width: 747px;	
}
.feature-grid.partners-feature-grid .feature-grid-item {
	box-shadow: none;
	padding: 0px;	
}
.ie .feature-grid.partners-feature-grid .feature-grid-item {
	background: none;
	border: 0px none;
}
.talk-feature-grid img {
	width: 307px;
}
.talk-feature-grid table img {
  width: auto;
}
.partners-feature-grid img {
	width: 80px !important;
	margin-right: 10px;
}
.partners-feature-grid .feature-grid-item div.fg-content {
	margin-left: 90px;
}
.partners-feature-grid .feature-grid-item  {
  clear: both;
}
.partners-feature-grid .fg-img {
	float: left;
}
table#resources {
	border-bottom: 1px solid silver;
}
/** "Share with Professional Members" page content styling **/
.example-code
{
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0px;
    padding: 3px;
	
	height: 100px;
    width: 138px;
    min-width: 100px;
    max-width: 148px;
    font-size: 12px;
    color: #333;
}

/** nkdep community health styles **/

.pdf-ico-box .ico-box, .video-ico-box .v-ico-box {
    display: inline;
    float: left;
    margin-right: 20px;
    width: 100px;
}
.pdf-ico-box {
	display: block;
	clear: both;
	margin: 10px 0;
	overflow: auto;
}
.pdf-ico-box .ico-box img, .video-ico-box .v-ico-box img {
    display: block;
}
blockquote {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 10px;
}
div.text-box {
	margin-left: 120px;
}
div.text-box h3 {
  margin-top: 0px;
}
div.text-box ul, div.text-box ol {
  padding-left: 16px;
}
div.buttons div {
	float: left;
}
div.clb {
	clear: both;
}
/**
.pdf-ico-box, .video-ico-box {
    float: left;
    margin-bottom: 30px;
    width: 640px;
}
.pdf-ico-box .ico-box, .video-ico-box .v-ico-box {
    border: 1px solid #ededed;
    display: inline;
    float: left;
    margin-right: 20px;
    padding: 4px;
    width: 100px;
}
.pdf-ico-box .text-box, .video-ico-box .video-text-box {
    float: left;
    width: 500px;

}**/

/** firefox twitter feed fix */
.twitter-timeline.twitter-timeline-rendered {
    max-width: 175px !important;
}
.panelmembers {
    float: left;
    width: 50%;
}
.panelmembers .strong {
    font-weight: bold;
}
.panelmembers li {
	margin-bottom: 5px;
	line-height: 18px;
}
h2.number {
  line-height:28px;
  margin-bottom:10px;
  padding-left:36px;
  position:relative;
}
h2.number span {
	background: transparent url(../../Style%20Library/images/niddk/num-bgr.gif) no-repeat 0 0;
	color: #ffffff;
	height: 28px;
	width: 28px;
	line-height: 28px;
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;	
}
.italic {
	font-style: italic;
}

/** sync status **/
.syndIconStatus, .syndIconWarning, .syndIconClose {
    display: inline-block;
	float: left; 
	margin: 3px 5px 0 0;
    text-indent: -5000em;
    width: 16px;
    height: 16px;
    background: url(../../_layouts/images/GLOBE.GIF) no-repeat scroll 0 0;
}
.syndIconWarning { background-image: url(../../_layouts/images/info16by16.gif); }
.syndIconClose {
    background-image: url(../../_layouts/images/CMSRemoveLink.GIF);
	float: right; 
	margin: 0 0 10px 10px;
}
.syndStatusOverlay {
	padding: 5px; 
	position: absolute; 
	z-index: 5; 
	display: none; 
	width: 425px; 
	background-color: #FFEF18;
}
.syndStatusOverlay textarea {
    display: block;
    width: 410px;
    height: 100px;
}
.syndicate.outline-content {
    border: thick solid #008000;
}
.syndicate.outline-content:after {
    content: '';
    display: block;
    clear: both;
}

/** NKDEP Lesson Builder Resources **/
.nkdep-lb-res-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-spacing: 5px;
    border-collapse: separate;
}
.nkdep-lb-res-table > div {
    display: table-cell;
    text-align: center;
}
.nkdep-lb-res-table img {
    max-width: 100%;
}

/** NEDP HealthSense **/
.rc-ndep-healthsense h3 {
    display: none;
}
.rc-ndep-healthsense img {
	width: 175px;
}
/** NDEP forms **/

.form-horizontal fieldset {
	border: 0px none;
	padding: 0px;
	margin: 0px;
}
.form-horizontal input {
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	display: block;
	height: 24px;
	font-family:Arial, Helvetica, sans-serif;
	width: 50%;
}
.form-horizontal div.checkbox input.input-md {
	width: 50%;
}
.form-horizontal textarea {
	width: 75%;
}
.form-horizontal input.input-md,
.form-horizontal textarea,
.form-horizontal div.checkbox input.input-md {
	display: block;
	clear: both;
}
.form-horizontal div.checkbox label,
.form-horizontal div.radio label {
	font-weight: normal;
}
.form-horizontal div.checkbox div > label {
	font-weight: bold;
}
.form-horizontal div.checkbox div > .input-md {
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}
.form-horizontal span.help-block,
.form-horizontal label {
	font-size: 11px;
	font-weight: bold;
}
.form-horizontal .form-group {
	margin-bottom: 10px;
}
.form-horizontal div.radio input,
.form-horizontal div.checkbox input {
	display: inline;
	vertical-align: -7px;
	width: auto;
	border: 0px none;
}
.form-horizontal input.btn {
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fcfcfc 0%, #cccccc 100%) repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #4d4d4d;
    display: inline-block;
    font: 13px arial,verdana,sans-serif;
    padding: 4px;
    text-decoration: none;
    width: auto;
    }
.form-horizontal .firstname input {
	margin: 0px;
}
.form-horizontal span.red {
	color: red;
}
/** volunteers NDEP **/
.feature-grid-item.volunteers {
	display: block;
}
.volunteerInfoWrapper {
    width: 580px;
}

.maxWidth735px {
    max-width: 720px;
}

.volunteerGoals {
    display: block;
    float: right;
    height: 320px;
    margin: -10px 30px 0px;
    overflow: hidden;
    text-indent: -999em;
    width: 240px;
}

.volunteerGoals ul {
    list-style: none;
}

.volunteerInfo {
    float: right;
    width: 200px;
}

.volunteerInfo h2 {
    color: #03488D;
    padding-top: 0px;
}

.noMarginBottom {
    margin-bottom: 0 !important;
}

.volunteerInfo ul strong{
    font-size: 1.1667em;
}

.volunteerInfo .title {
    color: #00777D;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.volunteerPhoto {
    float: left;
    margin-bottom: 1em;
}

.volunteerPhoto img {
	width: 310px;
}

.visualClear {
    display: block;
    clear: both;
}

.volunteerRecipe {
    padding: 10px;
}

.portletBeige {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #eeece1 !important;
    border-radius: 6px;
}

.homeSideBanner {
    margin: 0 0 10px 0;
}

.noPadding {
    padding: 0 !important;
}

.volunteerRecipe h3 {
    color: #00777D;
    font-size: 1.1667em;
    padding: 10px;
	margin-top:0px;
}

.volunteerRecipe .title, .volunteerRecipe .title a {
    color: #03488D;
}

.alignCenter {
    text-align: center;
}

#portal-column-new {
    float: right;
    width: 15em;
}

#embeddedlist {
    list-style-type: disc;
    font-size: 1em;
    padding-left: 20px !important;
}

#noliststyle {
	list-style: none;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 5px;
}
/** audio rollup for NDEP **/
.audiorollup.video.nodesc {
	padding: 5px 0px;
}
.audiorollup img {
	width: 20px;
}
.audiorollup .audiolink {
	font-weight: bold;
}
/** ndep */

.checkList {
    list-style-image: url('../../Style%20Library/Images/niddk/check_mark.gif');
}
.niddkElement-h2 a.ga-anchor:link {
	text-decoration: none;
}
.ndep-home-grid img {
	float: left;
	margin-top: 10px;
}
.ndep-clinical-tools {
	clear: both;
	min-height: 110px;
	display: block;
	overflow: auto;
}
.ndep-clinical-tools img {
	float: left;
}
.ndep-clinical-tools a,
.ndep-clinical-tools p {
	margin: 0 0 0 130px;
	display: block;
}
.ndep-home-grid .last-col ul {
    margin-left: 140px;
    padding: 0px;
}
.ndep-home-grid .first-col p {
	margin-left: 90px;
}
.ndep-home-grid .first-col h2 {
	margin-bottom: 10px;
}
.ndep-home-grid .first-col h2 {
	margin-bottom: 10px;
}
.ndep-hr {
    border:  1px solid #d2d3d3;
    display: block;
    margin: 10px 0 0 0;
}
.ndep-feature-grid ul {
	padding: 0px;
	list-style-position: inside;
}
.ndep-home-grid {
	line-height:normal;
}
.ndep-home-grid img {
	float: left;
	margin: 4px 12px 3px 0;
}
.ndep-home-grid h2 {
	margin-bottom: 7px;
}
.ndep-home-grid ul {
	list-style-position: inside;
	width: 52%;
	float: right;
	list-style: none;
	margin: 1px 0 0 0 !important;
	padding: 0px !important;
}
.ndep-home-grid li {
	margin-bottom: 5px;
}
.ndep-home-grid .first-col {
	  width: 37% !important;
}
.ndep-home-grid .last-col {
	 width: 63% !important;
}
#ndep-pubs ul { 
	padding-left: 15px; 
	list-style-type: disc; 
}
#ndep-pubs ul li {
	padding-left: 0px;
	background: none;
	margin-bottom: 3px;
}
/** hidden items from print **/
.printcontactinfo {
	display: none !important;
}
/** enhanced suite **/
.cs-featuregrid {
	margin: -15px 0 0 -15px;
	width: 748px;
} 
.cs-featuregrid-single {
	margin: -25px 0 0 -15px;
	width: 748px;
}
.cs-featuregrid ul,
.cs-featuregrid-single ul {
	margin: 0;
	padding: 0;
}
.cs-featuregrid li,
.cs-featuregrid-single li {
	list-style-position: inside;
}